T
The EntityManager type for which the events should be intercepted.
Cocktail Help Reference
EntityManagerDelegate<T> Class
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : EntityManagerDelegate<T> Class



Glossary Item Box

Provides the means to perform tasks in response to events from an EntityManager.

Object Model

EntityManagerDelegate<T> Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class EntityManagerDelegate(Of T As IdeaBlade.EntityModel.EntityManager) 
   Inherits EntityManagerDelegate
   Implements Caliburn.Micro.IHandle, Caliburn.Micro.IHandle(Of EntityManagerEventMessage(Of T)) 
Visual Basic (Usage)Copy Code
Dim instance As EntityManagerDelegate(Of T)
C# 
public abstract class EntityManagerDelegate<T> : EntityManagerDelegate, Caliburn.Micro.IHandle, Caliburn.Micro.IHandle<EntityManagerEventMessage<T>>  
where T: IdeaBlade.EntityModel.EntityManager
C++/CLI 
generic<typename T>
public ref class EntityManagerDelegate abstract : public EntityManagerDelegate, Caliburn.Micro.IHandle, Caliburn.Micro.IHandle<EntityManagerEventMessage<T>>  
where T: IdeaBlade.EntityModel.EntityManager

Type Parameters

T
The EntityManager type for which the events should be intercepted.

Remarks

To handle events, create a new class extending EntityManagerDelegate<T> and override the respective methods. Multiple EntityManagerDelegates are supported.

Inheritance Hierarchy

System.Object
      Cocktail.EntityManagerDelegate<T>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.